div#chatwin {
    position: fixed;
    bottom: 30px;
    right: 5px;
    width: 150px;
    padding: 1px;
    vertical-align: middle;
    background-color:#FA9265;
	font-size:12px;
	color:#ffffff;
	border-radius: 6px;
	line-height:25px;
	z-index:999;
}
* html div#chatwin {
    position: absolute;
    right: auto; bottom: auto;
    left: expression( ( 0 - chatwin.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 - chatwin.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

#chatwin-caption{
line-height:25px;
}
#chatwin-title{
font-weight:bold;
padding-left:5px;
font-size:14px;
}
#chatwin-button{
float:right; padding-right:3px;}

#chatwin-caption a{color:#000000;}
#chatwin-caption a:hover{color:#333333;}
.chatwin-m{position:fixed; bottom:0px; width:100%; margin:auto; display:none;}
